--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Makefile HEAD (a42f8d32) Text, 41.15 KB
T8b949e# Copyright (C) 2024, Mark Qvist
T8b949e# This program is free software: you can redistribute it and/or modify
T8b949e# it under the terms of the GNU General Public License as published by
T8b949e# the Free Software Foundation, either version 3 of the License, or
T8b949e# (at your option) any later version.
T8b949e# This program is distributed in the hope that it will be useful,
T8b949e# but WITHOUT ANY WARRANTY; without even the implied warranty of
T8b949e# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
T8b949e# GNU General Public License for more details.
T8b949e# You should have received a copy of the GNU General Public License
T8b949e# along with this program. If not, see <https://www.gnu.org/licenses/>.
T8b949e# Version 2.0.17 of the Arduino ESP core is based on ESP-IDF v4.4.7
Te6edf3ARDUINO_ESP_CORE_VER Tff7b72= T79c0ff2.0.17
Te6edf3V Tff7b72?= T79c0ff0
Te6edf3VFLAG Tff7b72=
Tff7b72ifeq "$(V)" "1"
Te6edf3VFLAG Tff7b72=-v
Tff7b72endif
Te6edf3COMMON_BUILD_FLAGS Tff7b72= Tff7b72$(VFLAGTff7b72) -e --build-property Ta5d6ff"build.partitions=no_ota" --build-property Ta5d6ff"upload.maximum_size=2097152"
Te6edf3COMMON_ESP_UPLOAD_FLAGS Tff7b72= Tff7b72$(VFLAGTff7b72) --chip esp32 --baud T79c0ff921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size 4MB 0x210000
Td2a8ffallTff7b72: Te6edf3release
Td2a8ffcleanTff7b72:
-rm -rf ./build
-rm -f ./Release/rnode_firmware*
Td2a8ffprepTff7b72: Te6edf3prep-Te6edf3esp32 Te6edf3prep-Te6edf3nrf
Td2a8ffprep-indexTff7b72:
arduino-cli core update-index --config-file arduino-cli.yaml
Td2a8ffprep-esp32Tff7b72:
arduino-cli core install esp32:esp32@Tff7b72$(ARDUINO_ESP_CORE_VERTff7b72) --config-file arduino-cli.yaml
arduino-cli lib install Ta5d6ff"Adafruit SSD1306"
arduino-cli lib install Ta5d6ff"Adafruit SH110X"
arduino-cli lib install Ta5d6ff"Adafruit ST7735 and ST7789 Library"
arduino-cli lib install Ta5d6ff"Adafruit NeoPixel"
arduino-cli lib install Ta5d6ff"XPowersLib"
arduino-cli lib install Ta5d6ff"Crypto"
arduino-cli lib install Ta5d6ff"Adafruit NeoPixel"
pip install pyserial rns --upgrade --user --break-system-packages T8b949e# This looks scary, but it's actually just telling pip to install packages as a user instead of trying to install them systemwide, which bypasses the "externally managed environment" error.
Td2a8ffprep-nrfTff7b72:
arduino-cli core install adafruit:nrf52 --config-file arduino-cli.yaml
arduino-cli core install rakwireless:nrf52 --config-file arduino-cli.yaml
arduino-cli core install Heltec_nRF52:Heltec_nRF52 --config-file arduino-cli.yaml
arduino-cli lib install Ta5d6ff"Crypto"
arduino-cli lib install Ta5d6ff"Adafruit GFX Library"
arduino-cli lib install Ta5d6ff"GxEPD2"
arduino-cli lib install Ta5d6ff"TinyGPSPlus"
arduino-cli config Tffa657set library.enable_unsafe_install Tffa657true
arduino-cli lib install --git-url https://github.com/liamcottle/esp8266-oled-ssd1306#e16cee124fe26490cb14880c679321ad8ac89c95
pip install pyserial rns --upgrade --user --break-system-packages T8b949e# This looks scary, but it's actually just telling pip to install packages as a user instead of trying to install them systemwide, which bypasses the "externally managed environment" error.
pip install adafruit-nrfutil --upgrade --user --break-system-packages T8b949e# This looks scary, but it's actually just telling pip to install packages as a user instead of trying to install them systemwide, which bypasses the "externally managed environment" error.
Td2a8ffconsole-siteTff7b72:
make -C Console clean site
Td2a8ffspiffsTff7b72: Te6edf3console-Te6edf3site Te6edf3spiffs-Te6edf3image
Td2a8ffspiffs-imageTff7b72:
python3 Release/esptool/spiffsgen.py T79c0ff1966080 ./Console/build Release/console_image.bin
Td2a8ffupload-spiffsTff7b72:
@echo Deploying SPIFFS image...
python ./Release/esptool/esptool.py --port Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyACM0Tff7b72) Tff7b72$(COMMON_UPLOAD_FLAGSTff7b72) ./Release/console_image.bin
Td2a8fffirmwareTff7b72: Tff7b72$(Te6edf3shell Te6edf3grep ^Te6edf3firmware- Te6edf3Makefile | Te6edf3cut Te6edf3-d: Te6edf3-f1Tff7b72)
Td2a8ffcheck_bt_buffersTff7b72:
@./esp32_btbufs.py ~/.arduino15/packages/esp32/hardware/esp32/Tff7b72$(ARDUINO_ESP_CORE_VERTff7b72)/libraries/BluetoothSerial/src/BluetoothSerial.cpp
Td2a8fffirmware-tbeamTff7b72: Te6edf3check_bt_buffers
arduino-cli compile --fqbn esp32:esp32:t-beam Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x33\" \"-DBOARD_VARIANT=0xE4\""
Td2a8fffirmware-tbeam_sx1262Tff7b72: Te6edf3check_bt_buffers
arduino-cli compile --fqbn esp32:esp32:t-beam Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x33\" \"-DBOARD_VARIANT=0xE8\""
Td2a8fffirmware-techoTff7b72:
arduino-cli compile --fqbn adafruit:nrf52:pca10056 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x44\""
Td2a8fffirmware-t3s3Tff7b72:
arduino-cli compile --fqbn Ta5d6ff"esp32:esp32:esp32s3:CDCOnBoot=cdc" Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x42\" \"-DBOARD_VARIANT=0xAB\""
Td2a8fffirmware-t3s3_sx126xTff7b72:
arduino-cli compile --fqbn Ta5d6ff"esp32:esp32:esp32s3:CDCOnBoot=cdc" Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x42\" \"-DBOARD_VARIANT=0xA1\""
Td2a8fffirmware-t3s3_sx1280_paTff7b72:
arduino-cli compile --fqbn Ta5d6ff"esp32:esp32:esp32s3:CDCOnBoot=cdc" Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x42\" \"-DBOARD_VARIANT=0xAC\""
Td2a8fffirmware-e22_esp32Tff7b72:
arduino-cli compile --fqbn esp32:esp32:esp32 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x45\" \"-DEXTERNAL_LEDS=true\""
Td2a8fffirmware-lora32_v10Tff7b72: Te6edf3check_bt_buffers
arduino-cli compile --fqbn esp32:esp32:ttgo-lora32 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x39\""
Td2a8fffirmware-lora32_v10_extledTff7b72: Te6edf3check_bt_buffers
arduino-cli compile --fqbn esp32:esp32:ttgo-lora32 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x39\" \"-DEXTERNAL_LEDS=true\""
Td2a8fffirmware-lora32_v20Tff7b72: Te6edf3check_bt_buffers
arduino-cli compile --fqbn esp32:esp32:ttgo-lora32 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x36\" \"-DEXTERNAL_LEDS=true\""
Td2a8fffirmware-lora32_v21Tff7b72: Te6edf3check_bt_buffers
arduino-cli compile --fqbn esp32:esp32:ttgo-lora32 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x37\""
Td2a8fffirmware-lora32_v21_extledTff7b72: Te6edf3check_bt_buffers
arduino-cli compile --fqbn esp32:esp32:ttgo-lora32 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x37\" \"-DEXTERNAL_LEDS=true\""
Td2a8fffirmware-lora32_v21_tcxoTff7b72: Te6edf3check_bt_buffers
arduino-cli compile --fqbn esp32:esp32:ttgo-lora32 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x37\" \"-DENABLE_TCXO=true\""
Td2a8fffirmware-heltec32_v2Tff7b72: Te6edf3check_bt_buffers
arduino-cli compile --fqbn esp32:esp32:heltec_wifi_lora_32_V2 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x38\""
Td2a8fffirmware-heltec32_v2_extledTff7b72: Te6edf3check_bt_buffers
arduino-cli compile --fqbn esp32:esp32:heltec_wifi_lora_32_V2 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x38\" \"-DEXTERNAL_LEDS=true\""
Td2a8fffirmware-heltec32_v3Tff7b72:
arduino-cli compile --fqbn esp32:esp32:heltec_wifi_lora_32_V3 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x3A\""
Td2a8fffirmware-heltec_w_paperTff7b72:
arduino-cli compile --fqbn esp32:esp32:heltec_wifi_lora_32_V3 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x3E\""
Td2a8fffirmware-xiao_s3Tff7b72:
arduino-cli compile --fqbn esp32:esp32:XIAO_ESP32S3 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x3E\""
Td2a8fffirmware-rnode_ng_20Tff7b72: Te6edf3check_bt_buffers
arduino-cli compile --fqbn esp32:esp32:ttgo-lora32 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x40\""
Td2a8fffirmware-rnode_ng_21Tff7b72: Te6edf3check_bt_buffers
arduino-cli compile --fqbn esp32:esp32:ttgo-lora32 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x41\""
Td2a8fffirmware-featheresp32Tff7b72: Te6edf3check_bt_buffers
arduino-cli compile --fqbn esp32:esp32:featheresp32 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x34\""
Td2a8fffirmware-genericesp32Tff7b72: Te6edf3check_bt_buffers
arduino-cli compile --fqbn esp32:esp32:esp32 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x35\""
Td2a8fffirmware-rak4631Tff7b72:
arduino-cli compile --fqbn rakwireless:nrf52:WisCoreRAK4631Board Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x51\" \"-DBOARD_VARIANT=0x12\""
Td2a8fffirmware-rak4631_sx1280Tff7b72:
arduino-cli compile --fqbn rakwireless:nrf52:WisCoreRAK4631Board Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x51\" \"-DBOARD_VARIANT=0x14\""
Td2a8fffirmware-opencom-xlTff7b72:
arduino-cli compile --fqbn rakwireless:nrf52:WisCoreRAK4631Board Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x52\" \"-DBOARD_VARIANT=0x21\""
Td2a8fffirmware-heltec_t114Tff7b72:
arduino-cli compile --log --fqbn Heltec_nRF52:Heltec_nRF52:HT-n5262 -e --build-property Ta5d6ff"build.partitions=no_ota" --build-property Ta5d6ff"upload.maximum_size=2097152" --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x3C\""
Td2a8fffirmware-heltec_t114_gpsTff7b72:
arduino-cli compile --log --fqbn Heltec_nRF52:Heltec_nRF52:HT-n5262 -e --build-property Ta5d6ff"build.partitions=no_ota" --build-property Ta5d6ff"upload.maximum_size=2097152" --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x3C\" \"-DBOARD_VARIANT=0xCB\""
Td2a8ffupload-tbeamTff7b72:
arduino-cli upload -p Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyACM0Tff7b72) --fqbn esp32:esp32:t-beam
@sleep T79c0ff1
rnodeconf Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyACM0Tff7b72) --firmware-hash Te6edf3$$Tff7b72(./partition_hashes ./build/esp32.esp32.t-beam/RNode_Firmware_CE.ino.binTff7b72)
@sleep T79c0ff3
python3 ./Release/esptool/esptool.py --port Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyACM0Tff7b72) Tff7b72$(COMMON_ESP_UPLOAD_FLAGSTff7b72) ./Release/console_image.bin
Td2a8ffupload-tbeam_sx1262Tff7b72:
arduino-cli upload -p /dev/ttyACM0 --fqbn esp32:esp32:t-beam
@sleep T79c0ff1
rnodeconf /dev/ttyACM0 --firmware-hash Te6edf3$$Tff7b72(./partition_hashes ./build/esp32.esp32.t-beam/RNode_Firmware_CE.ino.binTff7b72)
T8b949e #@sleep 3
T8b949e #python ./Release/esptool/esptool.py --chip esp32 --port /dev/ttyACM0 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size 4MB 0x210000 ./Release/console_image.bin
Td2a8ffupload-lora32_v10Tff7b72:
arduino-cli upload -p Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyUSB0Tff7b72) --fqbn esp32:esp32:ttgo-lora32
@sleep T79c0ff1
rnodeconf Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyUSB0Tff7b72) --firmware-hash Te6edf3$$Tff7b72(./partition_hashes ./build/esp32.esp32.ttgo-lora32/RNode_Firmware_CE.ino.binTff7b72)
@sleep T79c0ff3
python3 ./Release/esptool/esptool.py --port Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyUSB0Tff7b72) Tff7b72$(COMMON_ESP_UPLOAD_FLAGSTff7b72) ./Release/console_image.bin
Td2a8ffupload-lora32_v20Tff7b72:
arduino-cli upload -p Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyUSB0Tff7b72) --fqbn esp32:esp32:ttgo-lora32
@sleep T79c0ff1
rnodeconf Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyUSB0Tff7b72) --firmware-hash Te6edf3$$Tff7b72(./partition_hashes ./build/esp32.esp32.ttgo-lora32/RNode_Firmware_CE.ino.binTff7b72)
@sleep T79c0ff3
python3 ./Release/esptool/esptool.py --port Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyUSB0Tff7b72) Tff7b72$(COMMON_ESP_UPLOAD_FLAGSTff7b72) ./Release/console_image.bin
Td2a8ffupload-lora32_v21Tff7b72:
arduino-cli upload -p Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyACM0Tff7b72) --fqbn esp32:esp32:ttgo-lora32
@sleep T79c0ff1
rnodeconf Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyACM0Tff7b72) --firmware-hash Te6edf3$$Tff7b72(./partition_hashes ./build/esp32.esp32.ttgo-lora32/RNode_Firmware_CE.ino.binTff7b72)
@sleep T79c0ff3
python3 ./Release/esptool/esptool.py --port Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyACM0Tff7b72) Tff7b72$(COMMON_ESP_UPLOAD_FLAGSTff7b72) ./Release/console_image.bin
Td2a8ffupload-heltec32_v2Tff7b72:
arduino-cli upload -p Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyUSB0Tff7b72) --fqbn esp32:esp32:heltec_wifi_lora_32_V2
@sleep T79c0ff1
rnodeconf Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyUSB0Tff7b72) --firmware-hash Te6edf3$$Tff7b72(./partition_hashes ./build/esp32.esp32.heltec_wifi_lora_32_V2/RNode_Firmware_CE.ino.binTff7b72)
@sleep T79c0ff3
python3 ./Release/esptool/esptool.py --port Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyUSB0Tff7b72) Tff7b72$(COMMON_ESP_UPLOAD_FLAGSTff7b72) ./Release/console_image.bin
Td2a8ffupload-heltec_w_paper upload-heltec32_v3Tff7b72:
arduino-cli upload -p Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyUSB0Tff7b72) --fqbn esp32:esp32:heltec_wifi_lora_32_V3
@sleep T79c0ff1
rnodeconf Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyUSB0Tff7b72) --firmware-hash Te6edf3$$Tff7b72(./partition_hashes ./build/esp32.esp32.heltec_wifi_lora_32_V3/RNode_Firmware_CE.ino.binTff7b72)
@sleep T79c0ff3
python3 ./Release/esptool/esptool.py --port Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyUSB0Tff7b72) --chip esp32-s3 --baud T79c0ff921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size 4MB 0x210000 ./Release/console_image.bin
Td2a8ffupload-xiao_s3Tff7b72:
arduino-cli upload -p Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyACM0Tff7b72) --fqbn esp32:esp32:XIAO_ESP32S3
@sleep T79c0ff1
rnodeconf Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyACM0Tff7b72) --firmware-hash Te6edf3$$Tff7b72(./partition_hashes ./build/esp32.esp32.XIAO_ESP32S3/RNode_Firmware_CE.ino.binTff7b72)
@sleep T79c0ff3
python ./Release/esptool/esptool.py --port Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyACM0Tff7b72) --chip esp32-s3 --baud T79c0ff921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size 8MB 0x210000 ./Release/console_image.bin
Td2a8ffupload-tdeckTff7b72:
arduino-cli upload -p Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyACM0Tff7b72) --fqbn esp32:esp32:esp32s3
@sleep T79c0ff1
rnodeconf Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyACM0Tff7b72) --firmware-hash Te6edf3$$Tff7b72(./partition_hashes ./build/esp32.esp32.esp32s3/RNode_Firmware_CE.ino.binTff7b72)
@sleep T79c0ff3
python ./Release/esptool/esptool.py --port Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyACM0Tff7b72) --chip esp32-s3 --baud T79c0ff921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size 4MB 0x210000 ./Release/console_image.bin
Td2a8ffupload-tbeam_supremeTff7b72:
arduino-cli upload -p Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyACM0Tff7b72) --fqbn esp32:esp32:esp32s3
@sleep T79c0ff1
rnodeconf Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyACM0Tff7b72) --firmware-hash Te6edf3$$Tff7b72(./partition_hashes ./build/esp32.esp32.esp32s3/RNode_Firmware_CE.ino.binTff7b72)
@sleep T79c0ff3
python ./Release/esptool/esptool.py --port Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyACM0Tff7b72) --chip esp32-s3 --baud T79c0ff921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size 4MB 0x210000 ./Release/console_image.bin
Td2a8ffupload-rnode_ng_20Tff7b72:
arduino-cli upload -p Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyUSB0Tff7b72) --fqbn esp32:esp32:ttgo-lora32
@sleep T79c0ff1
rnodeconf Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyUSB0Tff7b72) --firmware-hash Te6edf3$$Tff7b72(./partition_hashes ./build/esp32.esp32.ttgo-lora32/RNode_Firmware_CE.ino.binTff7b72)
@sleep T79c0ff3
python3 ./Release/esptool/esptool.py --port Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyUSB0Tff7b72) Tff7b72$(COMMON_ESP_UPLOAD_FLAGSTff7b72) ./Release/console_image.bin
Td2a8ffupload-rnode_ng_21Tff7b72:
arduino-cli upload -p Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyACM0Tff7b72) --fqbn esp32:esp32:ttgo-lora32
@sleep T79c0ff1
rnodeconf Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyACM0Tff7b72) --firmware-hash Te6edf3$$Tff7b72(./partition_hashes ./build/esp32.esp32.ttgo-lora32/RNode_Firmware_CE.ino.binTff7b72)
@sleep T79c0ff3
python3 ./Release/esptool/esptool.py --port Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyACM0Tff7b72) Tff7b72$(COMMON_ESP_UPLOAD_FLAGSTff7b72) ./Release/console_image.bin
Td2a8ffupload-t3s3Tff7b72:
arduino-cli upload -p Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyACM0Tff7b72) --fqbn esp32:esp32:esp32s3
@sleep T79c0ff1
python ./Release/esptool/esptool.py --port Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyACM0Tff7b72) --chip esp32-s3 --baud T79c0ff921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size 4MB 0x210000 ./Release/console_image.bin
@sleep T79c0ff3
rnodeconf Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyACM0Tff7b72) --firmware-hash Te6edf3$$Tff7b72(./partition_hashes ./build/esp32.esp32.esp32s3/RNode_Firmware_CE.ino.binTff7b72)
Td2a8ffupload-featheresp32Tff7b72:
arduino-cli upload -p Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyUSB0Tff7b72) --fqbn esp32:esp32:featheresp32
@sleep T79c0ff1
rnodeconf Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyUSB0Tff7b72) --firmware-hash Te6edf3$$Tff7b72(./partition_hashes ./build/esp32.esp32.featheresp32/RNode_Firmware_CE.ino.binTff7b72)
@sleep T79c0ff3
python ./Release/esptool/esptool.py --port Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyUSB0Tff7b72) Tff7b72$(COMMON_UPLOAD_FLAGSTff7b72) ./Release/console_image.bin
Td2a8ffupload-opencom-xl upload-rak4631Tff7b72:
arduino-cli upload -p Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyACM0Tff7b72) --fqbn rakwireless:nrf52:WisCoreRAK4631Board
unzip -o build/rakwireless.nrf52.WisCoreRAK4631Board/RNode_Firmware_CE.ino.zip -d build/rakwireless.nrf52.WisCoreRAK4631Board
rnodeconf Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyACM0Tff7b72) --firmware-hash Te6edf3$$Tff7b72(sha256sum ./build/rakwireless.nrf52.WisCoreRAK4631Board/RNode_Firmware_CE.ino.bin Tb4b4b4| grep -o Ta5d6ff'^\S*'Tff7b72)
Td2a8ffupload-e22_esp32Tff7b72:
arduino-cli upload -p Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyUSB0Tff7b72) --fqbn esp32:esp32:esp32
@sleep T79c0ff1
rnodeconf Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyUSB0Tff7b72) --firmware-hash Te6edf3$$Tff7b72(./partition_hashes ./build/esp32.esp32.esp32/RNode_Firmware_CE.ino.binTff7b72)
@sleep T79c0ff3
python3 ./Release/esptool/esptool.py --port Tff7b72$(or Tff7b72$(portTff7b72), /dev/ttyUSB0Tff7b72) Tff7b72$(COMMON_ESP_UPLOAD_FLAGSTff7b72) ./Release/console_image.bin
Td2a8ffupload-heltec_t114Tff7b72:
arduino-cli upload -p /dev/ttyACM0 --fqbn Heltec_nRF52:Heltec_nRF52:HT-n5262
@sleep T79c0ff1
rnodeconf /dev/ttyACM0 --firmware-hash Te6edf3$$Tff7b72(./partition_hashes from_device /dev/ttyACM0Tff7b72)
Td2a8ffupload-techoTff7b72:
arduino-cli upload -p /dev/ttyACM0 --fqbn adafruit:nrf52:pca10056
@sleep T79c0ff6
rnodeconf /dev/ttyACM0 --firmware-hash Te6edf3$$Tff7b72(./partition_hashes from_device /dev/ttyACM0Tff7b72)
Td2a8ffreleaseTff7b72: Te6edf3console-Te6edf3site Te6edf3spiffs-Te6edf3image Tff7b72$(Te6edf3shell Te6edf3grep ^Te6edf3release- Te6edf3Makefile | Te6edf3cut Te6edf3-d: Te6edf3-f1Tff7b72)
Td2a8ffrelease-hashesTff7b72:
python3 ./release_hashes.py > ./Release/release.json
Td2a8ffrelease-tbeamTff7b72: Te6edf3check_bt_buffers
arduino-cli compile --fqbn esp32:esp32:t-beam Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x33\" \"-DBOARD_VARIANT=0xE4\""
cp ~/.arduino15/packages/esp32/hardware/esp32/Tff7b72$(ARDUINO_ESP_CORE_VERTff7b72)/tools/partitions/boot_app0.bin build/rnode_firmware_tbeam.boot_app0
cp build/esp32.esp32.t-beam/RNode_Firmware_CE.ino.bin build/rnode_firmware_tbeam.bin
cp build/esp32.esp32.t-beam/RNode_Firmware_CE.ino.bootloader.bin build/rnode_firmware_tbeam.bootloader
cp build/esp32.esp32.t-beam/RNode_Firmware_CE.ino.partitions.bin build/rnode_firmware_tbeam.partitions
zip --junk-paths ./Release/rnode_firmware_tbeam.zip ./Release/esptool/esptool.py ./Release/console_image.bin build/rnode_firmware_tbeam.boot_app0 build/rnode_firmware_tbeam.bin build/rnode_firmware_tbeam.bootloader build/rnode_firmware_tbeam.partitions
rm -r build
Td2a8ffrelease-tbeam_sx1262Tff7b72: Te6edf3check_bt_buffers
arduino-cli compile --fqbn esp32:esp32:t-beam Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x33\" \"-DBOARD_VARIANT=0xE8\""
cp ~/.arduino15/packages/esp32/hardware/esp32/Tff7b72$(ARDUINO_ESP_CORE_VERTff7b72)/tools/partitions/boot_app0.bin build/rnode_firmware_tbeam_sx1262.boot_app0
cp build/esp32.esp32.t-beam/RNode_Firmware_CE.ino.bin build/rnode_firmware_tbeam_sx1262.bin
cp build/esp32.esp32.t-beam/RNode_Firmware_CE.ino.bootloader.bin build/rnode_firmware_tbeam_sx1262.bootloader
cp build/esp32.esp32.t-beam/RNode_Firmware_CE.ino.partitions.bin build/rnode_firmware_tbeam_sx1262.partitions
zip --junk-paths ./Release/rnode_firmware_tbeam_sx1262.zip ./Release/esptool/esptool.py ./Release/console_image.bin build/rnode_firmware_tbeam_sx1262.boot_app0 build/rnode_firmware_tbeam_sx1262.bin build/rnode_firmware_tbeam_sx1262.bootloader build/rnode_firmware_tbeam_sx1262.partitions
rm -r build
Td2a8ffrelease-lora32_v10Tff7b72: Te6edf3check_bt_buffers
arduino-cli compile --fqbn esp32:esp32:ttgo-lora32 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x39\""
cp ~/.arduino15/packages/esp32/hardware/esp32/Tff7b72$(ARDUINO_ESP_CORE_VERTff7b72)/tools/partitions/boot_app0.bin build/rnode_firmware_lora32v10.boot_app0
cp build/esp32.esp32.ttgo-lora32/RNode_Firmware_CE.ino.bin build/rnode_firmware_lora32v10.bin
cp build/esp32.esp32.ttgo-lora32/RNode_Firmware_CE.ino.bootloader.bin build/rnode_firmware_lora32v10.bootloader
cp build/esp32.esp32.ttgo-lora32/RNode_Firmware_CE.ino.partitions.bin build/rnode_firmware_lora32v10.partitions
zip --junk-paths ./Release/rnode_firmware_lora32v10.zip ./Release/esptool/esptool.py ./Release/console_image.bin build/rnode_firmware_lora32v10.boot_app0 build/rnode_firmware_lora32v10.bin build/rnode_firmware_lora32v10.bootloader build/rnode_firmware_lora32v10.partitions
rm -r build
Td2a8ffrelease-lora32_v20Tff7b72: Te6edf3check_bt_buffers
arduino-cli compile --fqbn esp32:esp32:ttgo-lora32 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x36\""
cp ~/.arduino15/packages/esp32/hardware/esp32/Tff7b72$(ARDUINO_ESP_CORE_VERTff7b72)/tools/partitions/boot_app0.bin build/rnode_firmware_lora32v20.boot_app0
cp build/esp32.esp32.ttgo-lora32/RNode_Firmware_CE.ino.bin build/rnode_firmware_lora32v20.bin
cp build/esp32.esp32.ttgo-lora32/RNode_Firmware_CE.ino.bootloader.bin build/rnode_firmware_lora32v20.bootloader
cp build/esp32.esp32.ttgo-lora32/RNode_Firmware_CE.ino.partitions.bin build/rnode_firmware_lora32v20.partitions
zip --junk-paths ./Release/rnode_firmware_lora32v20.zip ./Release/esptool/esptool.py ./Release/console_image.bin build/rnode_firmware_lora32v20.boot_app0 build/rnode_firmware_lora32v20.bin build/rnode_firmware_lora32v20.bootloader build/rnode_firmware_lora32v20.partitions
rm -r build
Td2a8ffrelease-lora32_v21Tff7b72: Te6edf3check_bt_buffers
arduino-cli compile --fqbn esp32:esp32:ttgo-lora32 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x37\""
cp ~/.arduino15/packages/esp32/hardware/esp32/Tff7b72$(ARDUINO_ESP_CORE_VERTff7b72)/tools/partitions/boot_app0.bin build/rnode_firmware_lora32v21.boot_app0
cp build/esp32.esp32.ttgo-lora32/RNode_Firmware_CE.ino.bin build/rnode_firmware_lora32v21.bin
cp build/esp32.esp32.ttgo-lora32/RNode_Firmware_CE.ino.bootloader.bin build/rnode_firmware_lora32v21.bootloader
cp build/esp32.esp32.ttgo-lora32/RNode_Firmware_CE.ino.partitions.bin build/rnode_firmware_lora32v21.partitions
zip --junk-paths ./Release/rnode_firmware_lora32v21.zip ./Release/esptool/esptool.py ./Release/console_image.bin build/rnode_firmware_lora32v21.boot_app0 build/rnode_firmware_lora32v21.bin build/rnode_firmware_lora32v21.bootloader build/rnode_firmware_lora32v21.partitions
rm -r build
Td2a8ffrelease-lora32_v10_extledTff7b72: Te6edf3check_bt_buffers
arduino-cli compile --fqbn esp32:esp32:ttgo-lora32 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x39\" \"-DEXTERNAL_LEDS=true\""
cp ~/.arduino15/packages/esp32/hardware/esp32/Tff7b72$(ARDUINO_ESP_CORE_VERTff7b72)/tools/partitions/boot_app0.bin build/rnode_firmware_lora32v10.boot_app0
cp build/esp32.esp32.ttgo-lora32/RNode_Firmware_CE.ino.bin build/rnode_firmware_lora32v10.bin
cp build/esp32.esp32.ttgo-lora32/RNode_Firmware_CE.ino.bootloader.bin build/rnode_firmware_lora32v10.bootloader
cp build/esp32.esp32.ttgo-lora32/RNode_Firmware_CE.ino.partitions.bin build/rnode_firmware_lora32v10.partitions
zip --junk-paths ./Release/rnode_firmware_lora32v10.zip ./Release/esptool/esptool.py ./Release/console_image.bin build/rnode_firmware_lora32v10.boot_app0 build/rnode_firmware_lora32v10.bin build/rnode_firmware_lora32v10.bootloader build/rnode_firmware_lora32v10.partitions
rm -r build
Td2a8ffrelease-lora32_v20_extledTff7b72: Te6edf3check_bt_buffers
arduino-cli compile --fqbn esp32:esp32:ttgo-lora32 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x36\" \"-DEXTERNAL_LEDS=true\""
cp ~/.arduino15/packages/esp32/hardware/esp32/Tff7b72$(ARDUINO_ESP_CORE_VERTff7b72)/tools/partitions/boot_app0.bin build/rnode_firmware_lora32v20.boot_app0
cp build/esp32.esp32.ttgo-lora32/RNode_Firmware_CE.ino.bin build/rnode_firmware_lora32v20.bin
cp build/esp32.esp32.ttgo-lora32/RNode_Firmware_CE.ino.bootloader.bin build/rnode_firmware_lora32v20.bootloader
cp build/esp32.esp32.ttgo-lora32/RNode_Firmware_CE.ino.partitions.bin build/rnode_firmware_lora32v20.partitions
zip --junk-paths ./Release/rnode_firmware_lora32v20_extled.zip ./Release/esptool/esptool.py ./Release/console_image.bin build/rnode_firmware_lora32v20.boot_app0 build/rnode_firmware_lora32v20.bin build/rnode_firmware_lora32v20.bootloader build/rnode_firmware_lora32v20.partitions
rm -r build
Td2a8ffrelease-lora32_v21_extledTff7b72: Te6edf3check_bt_buffers
arduino-cli compile --fqbn esp32:esp32:ttgo-lora32 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x37\" \"-DEXTERNAL_LEDS=true\""
cp ~/.arduino15/packages/esp32/hardware/esp32/Tff7b72$(ARDUINO_ESP_CORE_VERTff7b72)/tools/partitions/boot_app0.bin build/rnode_firmware_lora32v21.boot_app0
cp build/esp32.esp32.ttgo-lora32/RNode_Firmware_CE.ino.bin build/rnode_firmware_lora32v21.bin
cp build/esp32.esp32.ttgo-lora32/RNode_Firmware_CE.ino.bootloader.bin build/rnode_firmware_lora32v21.bootloader
cp build/esp32.esp32.ttgo-lora32/RNode_Firmware_CE.ino.partitions.bin build/rnode_firmware_lora32v21.partitions
zip --junk-paths ./Release/rnode_firmware_lora32v21_extled.zip ./Release/esptool/esptool.py ./Release/console_image.bin build/rnode_firmware_lora32v21.boot_app0 build/rnode_firmware_lora32v21.bin build/rnode_firmware_lora32v21.bootloader build/rnode_firmware_lora32v21.partitions
rm -r build
Td2a8ffrelease-lora32_v21_tcxoTff7b72: Te6edf3check_bt_buffers
arduino-cli compile --fqbn esp32:esp32:ttgo-lora32 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x37\" \"-DENABLE_TCXO=true\""
cp ~/.arduino15/packages/esp32/hardware/esp32/Tff7b72$(ARDUINO_ESP_CORE_VERTff7b72)/tools/partitions/boot_app0.bin build/rnode_firmware_lora32v21_tcxo.boot_app0
cp build/esp32.esp32.ttgo-lora32/RNode_Firmware_CE.ino.bin build/rnode_firmware_lora32v21_tcxo.bin
cp build/esp32.esp32.ttgo-lora32/RNode_Firmware_CE.ino.bootloader.bin build/rnode_firmware_lora32v21_tcxo.bootloader
cp build/esp32.esp32.ttgo-lora32/RNode_Firmware_CE.ino.partitions.bin build/rnode_firmware_lora32v21_tcxo.partitions
zip --junk-paths ./Release/rnode_firmware_lora32v21_tcxo.zip ./Release/esptool/esptool.py ./Release/console_image.bin build/rnode_firmware_lora32v21_tcxo.boot_app0 build/rnode_firmware_lora32v21_tcxo.bin build/rnode_firmware_lora32v21_tcxo.bootloader build/rnode_firmware_lora32v21_tcxo.partitions
rm -r build
Td2a8ffrelease-heltec32_v2Tff7b72: Te6edf3check_bt_buffers
arduino-cli compile --fqbn esp32:esp32:heltec_wifi_lora_32_V2 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x38\""
cp ~/.arduino15/packages/esp32/hardware/esp32/Tff7b72$(ARDUINO_ESP_CORE_VERTff7b72)/tools/partitions/boot_app0.bin build/rnode_firmware_heltec32v2.boot_app0
cp build/esp32.esp32.heltec_wifi_lora_32_V2/RNode_Firmware_CE.ino.bin build/rnode_firmware_heltec32v2.bin
cp build/esp32.esp32.heltec_wifi_lora_32_V2/RNode_Firmware_CE.ino.bootloader.bin build/rnode_firmware_heltec32v2.bootloader
cp build/esp32.esp32.heltec_wifi_lora_32_V2/RNode_Firmware_CE.ino.partitions.bin build/rnode_firmware_heltec32v2.partitions
Td2a8ffrelease-heltec32_v3Tff7b72:
arduino-cli compile --fqbn esp32:esp32:heltec_wifi_lora_32_V3 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x3A\""
cp ~/.arduino15/packages/esp32/hardware/esp32/Tff7b72$(ARDUINO_ESP_CORE_VERTff7b72)/tools/partitions/boot_app0.bin build/rnode_firmware_heltec32v3.boot_app0
cp build/esp32.esp32.heltec_wifi_lora_32_V3/RNode_Firmware_CE.ino.bin build/rnode_firmware_heltec32v3.bin
cp build/esp32.esp32.heltec_wifi_lora_32_V3/RNode_Firmware_CE.ino.bootloader.bin build/rnode_firmware_heltec32v3.bootloader
cp build/esp32.esp32.heltec_wifi_lora_32_V3/RNode_Firmware_CE.ino.partitions.bin build/rnode_firmware_heltec32v3.partitions
zip --junk-paths ./Release/rnode_firmware_heltec32v3.zip ./Release/esptool/esptool.py ./Release/console_image.bin build/rnode_firmware_heltec32v3.boot_app0 build/rnode_firmware_heltec32v3.bin build/rnode_firmware_heltec32v3.bootloader build/rnode_firmware_heltec32v3.partitions
rm -r build
Td2a8ffrelease-heltec_w_paperTff7b72:
arduino-cli compile --fqbn esp32:esp32:heltec_wifi_lora_32_V3 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x3E\""
cp ~/.arduino15/packages/esp32/hardware/esp32/Tff7b72$(ARDUINO_ESP_CORE_VERTff7b72)/tools/partitions/boot_app0.bin build/rnode_firmware_heltecwpaper.boot_app0
cp build/esp32.esp32.heltec_wifi_lora_32_V3/RNode_Firmware_CE.ino.bin build/rnode_firmware_heltecwpaper.bin
cp build/esp32.esp32.heltec_wifi_lora_32_V3/RNode_Firmware_CE.ino.bootloader.bin build/rnode_firmware_heltecwpaper.bootloader
cp build/esp32.esp32.heltec_wifi_lora_32_V3/RNode_Firmware_CE.ino.partitions.bin build/rnode_firmware_heltecwpaper.partitions
zip --junk-paths ./Release/rnode_firmware_heltecwpaper.zip ./Release/esptool/esptool.py ./Release/console_image.bin build/rnode_firmware_heltecwpaper.boot_app0 build/rnode_firmware_heltecwpaper.bin build/rnode_firmware_heltecwpaper.bootloader build/rnode_firmware_heltecwpaper.partitions
rm -r build
Td2a8ffrelease-xiao_s3Tff7b72:
arduino-cli compile --fqbn esp32:esp32:XIAO_ESP32S3 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x3E\""
cp ~/.arduino15/packages/esp32/hardware/esp32/Tff7b72$(ARDUINO_ESP_CORE_VERTff7b72)/tools/partitions/boot_app0.bin build/rnode_firmware_xiao_esp32s3.boot_app0
cp build/esp32.esp32.XIAO_ESP32S3/RNode_Firmware_CE.ino.bin build/rnode_firmware_xiao_esp32s3.bin
cp build/esp32.esp32.XIAO_ESP32S3/RNode_Firmware_CE.ino.bootloader.bin build/rnode_firmware_xiao_esp32s3.bootloader
cp build/esp32.esp32.XIAO_ESP32S3/RNode_Firmware_CE.ino.partitions.bin build/rnode_firmware_xiao_esp32s3.partitions
zip --junk-paths ./Release/rnode_firmware_xiao_esp32s3.zip ./Release/esptool/esptool.py ./Release/console_image.bin build/rnode_firmware_xiao_esp32s3.boot_app0 build/rnode_firmware_xiao_esp32s3.bin build/rnode_firmware_xiao_esp32s3.bootloader build/rnode_firmware_xiao_esp32s3.partitions
rm -r build
Td2a8ffrelease-heltec32_v2_extledTff7b72: Te6edf3check_bt_buffers
arduino-cli compile --fqbn esp32:esp32:heltec_wifi_lora_32_V2 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x38\" \"-DEXTERNAL_LEDS=true\""
cp ~/.arduino15/packages/esp32/hardware/esp32/Tff7b72$(ARDUINO_ESP_CORE_VERTff7b72)/tools/partitions/boot_app0.bin build/rnode_firmware_heltec32v2.boot_app0
cp build/esp32.esp32.heltec_wifi_lora_32_V2/RNode_Firmware_CE.ino.bin build/rnode_firmware_heltec32v2.bin
cp build/esp32.esp32.heltec_wifi_lora_32_V2/RNode_Firmware_CE.ino.bootloader.bin build/rnode_firmware_heltec32v2.bootloader
cp build/esp32.esp32.heltec_wifi_lora_32_V2/RNode_Firmware_CE.ino.partitions.bin build/rnode_firmware_heltec32v2.partitions
zip --junk-paths ./Release/rnode_firmware_heltec32v2.zip ./Release/esptool/esptool.py ./Release/console_image.bin build/rnode_firmware_heltec32v2.boot_app0 build/rnode_firmware_heltec32v2.bin build/rnode_firmware_heltec32v2.bootloader build/rnode_firmware_heltec32v2.partitions
rm -r build
Td2a8ffrelease-rnode_ng_20Tff7b72: Te6edf3check_bt_buffers
arduino-cli compile --fqbn esp32:esp32:ttgo-lora32 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x40\""
cp ~/.arduino15/packages/esp32/hardware/esp32/Tff7b72$(ARDUINO_ESP_CORE_VERTff7b72)/tools/partitions/boot_app0.bin build/rnode_firmware_ng20.boot_app0
cp build/esp32.esp32.ttgo-lora32/RNode_Firmware_CE.ino.bin build/rnode_firmware_ng20.bin
cp build/esp32.esp32.ttgo-lora32/RNode_Firmware_CE.ino.bootloader.bin build/rnode_firmware_ng20.bootloader
cp build/esp32.esp32.ttgo-lora32/RNode_Firmware_CE.ino.partitions.bin build/rnode_firmware_ng20.partitions
zip --junk-paths ./Release/rnode_firmware_ng20.zip ./Release/esptool/esptool.py ./Release/console_image.bin build/rnode_firmware_ng20.boot_app0 build/rnode_firmware_ng20.bin build/rnode_firmware_ng20.bootloader build/rnode_firmware_ng20.partitions
rm -r build
Td2a8ffrelease-rnode_ng_21Tff7b72: Te6edf3check_bt_buffers
arduino-cli compile --fqbn esp32:esp32:ttgo-lora32 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x41\""
cp ~/.arduino15/packages/esp32/hardware/esp32/Tff7b72$(ARDUINO_ESP_CORE_VERTff7b72)/tools/partitions/boot_app0.bin build/rnode_firmware_ng21.boot_app0
cp build/esp32.esp32.ttgo-lora32/RNode_Firmware_CE.ino.bin build/rnode_firmware_ng21.bin
cp build/esp32.esp32.ttgo-lora32/RNode_Firmware_CE.ino.bootloader.bin build/rnode_firmware_ng21.bootloader
cp build/esp32.esp32.ttgo-lora32/RNode_Firmware_CE.ino.partitions.bin build/rnode_firmware_ng21.partitions
zip --junk-paths ./Release/rnode_firmware_ng21.zip ./Release/esptool/esptool.py ./Release/console_image.bin build/rnode_firmware_ng21.boot_app0 build/rnode_firmware_ng21.bin build/rnode_firmware_ng21.bootloader build/rnode_firmware_ng21.partitions
rm -r build
Td2a8ffrelease-techoTff7b72:
arduino-cli compile --fqbn adafruit:nrf52:pca10056 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x44\""
cp build/adafruit.nrf52.pca10056/RNode_Firmware_CE.ino.hex build/rnode_firmware_techo.hex
adafruit-nrfutil dfu genpkg --dev-type 0x0052 --application build/rnode_firmware_techo.hex Release/rnode_firmware_techo.zip
rm -r build
Td2a8ffrelease-t3s3Tff7b72:
arduino-cli compile --fqbn Ta5d6ff"esp32:esp32:esp32s3:CDCOnBoot=cdc" Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x42\" \"-DBOARD_VARIANT=0xA1\""
cp ~/.arduino15/packages/esp32/hardware/esp32/Tff7b72$(ARDUINO_ESP_CORE_VERTff7b72)/tools/partitions/boot_app0.bin build/rnode_firmware_t3s3_sx126x.boot_app0
cp build/esp32.esp32.esp32s3/RNode_Firmware_CE.ino.bin build/rnode_firmware_t3s3_sx126x.bin
cp build/esp32.esp32.esp32s3/RNode_Firmware_CE.ino.bootloader.bin build/rnode_firmware_t3s3_sx126x.bootloader
cp build/esp32.esp32.esp32s3/RNode_Firmware_CE.ino.partitions.bin build/rnode_firmware_t3s3_sx126x.partitions
zip --junk-paths ./Release/rnode_firmware_t3s3_sx126x.zip ./Release/esptool/esptool.py ./Release/console_image.bin build/rnode_firmware_t3s3_sx126x.boot_app0 build/rnode_firmware_t3s3_sx126x.bin build/rnode_firmware_t3s3_sx126x.bootloader build/rnode_firmware_t3s3_sx126x.partitions
rm -r build
Td2a8ffrelease-t3s3_sx127xTff7b72:
arduino-cli compile --fqbn Ta5d6ff"esp32:esp32:esp32s3:CDCOnBoot=cdc" -e --build-property Ta5d6ff"build.partitions=no_ota" --build-property Ta5d6ff"upload.maximum_size=2097152" --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x42\" \"-DBOARD_VARIANT=0xA5\""
cp ~/.arduino15/packages/esp32/hardware/esp32/Tff7b72$(ARDUINO_ESP_CORE_VERTff7b72)/tools/partitions/boot_app0.bin build/rnode_firmware_t3s3_sx127x.boot_app0
cp build/esp32.esp32.esp32s3/RNode_Firmware_CE.ino.bin build/rnode_firmware_t3s3_sx127x.bin
cp build/esp32.esp32.esp32s3/RNode_Firmware_CE.ino.bootloader.bin build/rnode_firmware_t3s3_sx127x.bootloader
cp build/esp32.esp32.esp32s3/RNode_Firmware_CE.ino.partitions.bin build/rnode_firmware_t3s3_sx127x.partitions
zip --junk-paths ./Release/rnode_firmware_t3s3_sx127x.zip ./Release/esptool/esptool.py ./Release/console_image.bin build/rnode_firmware_t3s3_sx127x.boot_app0 build/rnode_firmware_t3s3_sx127x.bin build/rnode_firmware_t3s3_sx127x.bootloader build/rnode_firmware_t3s3_sx127x.partitions
rm -r build
Td2a8ffrelease-t3s3_sx1280_paTff7b72:
arduino-cli compile --fqbn Ta5d6ff"esp32:esp32:esp32s3:CDCOnBoot=cdc" -e --build-property Ta5d6ff"build.partitions=no_ota" --build-property Ta5d6ff"upload.maximum_size=2097152" --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x42\" \"-DBOARD_VARIANT=0xAC\""
cp ~/.arduino15/packages/esp32/hardware/esp32/Tff7b72$(ARDUINO_ESP_CORE_VERTff7b72)/tools/partitions/boot_app0.bin build/rnode_firmware_t3s3_sx1280_pa.boot_app0
cp build/esp32.esp32.esp32s3/RNode_Firmware_CE.ino.bin build/rnode_firmware_t3s3_sx1280_pa.bin
cp build/esp32.esp32.esp32s3/RNode_Firmware_CE.ino.bootloader.bin build/rnode_firmware_t3s3_sx1280_pa.bootloader
cp build/esp32.esp32.esp32s3/RNode_Firmware_CE.ino.partitions.bin build/rnode_firmware_t3s3_sx1280_pa.partitions
zip --junk-paths ./Release/rnode_firmware_t3s3_sx1280_pa.zip ./Release/esptool/esptool.py ./Release/console_image.bin build/rnode_firmware_t3s3_sx1280_pa.boot_app0 build/rnode_firmware_t3s3_sx1280_pa.bin build/rnode_firmware_t3s3_sx1280_pa.bootloader build/rnode_firmware_t3s3_sx1280_pa.partitions
rm -r build
Td2a8ffrelease-e22_esp32Tff7b72:
arduino-cli compile --fqbn esp32:esp32:esp32 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x45\""
cp ~/.arduino15/packages/esp32/hardware/esp32/Tff7b72$(ARDUINO_ESP_CORE_VERTff7b72)/tools/partitions/boot_app0.bin build/rnode_firmware_esp32_e22.boot_app0
cp build/esp32.esp32.esp32/RNode_Firmware_CE.ino.bin build/rnode_firmware_esp32_e22.bin
cp build/esp32.esp32.esp32/RNode_Firmware_CE.ino.bootloader.bin build/rnode_firmware_esp32_e22.bootloader
cp build/esp32.esp32.esp32/RNode_Firmware_CE.ino.partitions.bin build/rnode_firmware_esp32_e22.partitions
zip --junk-paths ./Release/rnode_firmware_esp32_e22.zip ./Release/esptool/esptool.py ./Release/console_image.bin build/rnode_firmware_esp32_e22.boot_app0 build/rnode_firmware_esp32_e22.bin build/rnode_firmware_esp32_e22.bootloader build/rnode_firmware_esp32_e22.partitions
rm -r build
Td2a8ffrelease-tdeckTff7b72:
arduino-cli compile --fqbn Ta5d6ff"esp32:esp32:esp32s3:CDCOnBoot=cdc" Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x3B\""
cp ~/.arduino15/packages/esp32/hardware/esp32/Tff7b72$(ARDUINO_ESP_CORE_VERTff7b72)/tools/partitions/boot_app0.bin build/rnode_firmware_tdeck.boot_app0
cp build/esp32.esp32.esp32s3/RNode_Firmware_CE.ino.bin build/rnode_firmware_tdeck.bin
cp build/esp32.esp32.esp32s3/RNode_Firmware_CE.ino.bootloader.bin build/rnode_firmware_tdeck.bootloader
cp build/esp32.esp32.esp32s3/RNode_Firmware_CE.ino.partitions.bin build/rnode_firmware_tdeck.partitions
zip --junk-paths ./Release/rnode_firmware_tdeck.zip ./Release/esptool/esptool.py ./Release/console_image.bin build/rnode_firmware_tdeck.boot_app0 build/rnode_firmware_tdeck.bin build/rnode_firmware_tdeck.bootloader build/rnode_firmware_tdeck.partitions
rm -r build
Td2a8ffrelease-tbeam_supremeTff7b72:
arduino-cli compile --fqbn Ta5d6ff"esp32:esp32:esp32s3:CDCOnBoot=cdc" Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x3D\""
cp ~/.arduino15/packages/esp32/hardware/esp32/Tff7b72$(ARDUINO_ESP_CORE_VERTff7b72)/tools/partitions/boot_app0.bin build/rnode_firmware_tbeam_supreme.boot_app0
cp build/esp32.esp32.esp32s3/RNode_Firmware_CE.ino.bin build/rnode_firmware_tbeam_supreme.bin
cp build/esp32.esp32.esp32s3/RNode_Firmware_CE.ino.bootloader.bin build/rnode_firmware_tbeam_supreme.bootloader
cp build/esp32.esp32.esp32s3/RNode_Firmware_CE.ino.partitions.bin build/rnode_firmware_tbeam_supreme.partitions
zip --junk-paths ./Release/rnode_firmware_tbeam_supreme.zip ./Release/esptool/esptool.py ./Release/console_image.bin build/rnode_firmware_tbeam_supreme.boot_app0 build/rnode_firmware_tbeam_supreme.bin build/rnode_firmware_tbeam_supreme.bootloader build/rnode_firmware_tbeam_supreme.partitions
rm -r build
Td2a8ffrelease-featheresp32Tff7b72: Te6edf3check_bt_buffers
arduino-cli compile --fqbn esp32:esp32:featheresp32 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x34\""
cp ~/.arduino15/packages/esp32/hardware/esp32/Tff7b72$(ARDUINO_ESP_CORE_VERTff7b72)/tools/partitions/boot_app0.bin build/rnode_firmware_featheresp32.boot_app0
cp build/esp32.esp32.featheresp32/RNode_Firmware_CE.ino.bin build/rnode_firmware_featheresp32.bin
cp build/esp32.esp32.featheresp32/RNode_Firmware_CE.ino.bootloader.bin build/rnode_firmware_featheresp32.bootloader
cp build/esp32.esp32.featheresp32/RNode_Firmware_CE.ino.partitions.bin build/rnode_firmware_featheresp32.partitions
zip --junk-paths ./Release/rnode_firmware_featheresp32.zip ./Release/esptool/esptool.py ./Release/console_image.bin build/rnode_firmware_featheresp32.boot_app0 build/rnode_firmware_featheresp32.bin build/rnode_firmware_featheresp32.bootloader build/rnode_firmware_featheresp32.partitions
rm -r build
Td2a8ffrelease-genericesp32Tff7b72: Te6edf3check_bt_buffers
arduino-cli compile --fqbn esp32:esp32:esp32 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x35\""
cp ~/.arduino15/packages/esp32/hardware/esp32/Tff7b72$(ARDUINO_ESP_CORE_VERTff7b72)/tools/partitions/boot_app0.bin build/rnode_firmware_esp32_generic.boot_app0
cp build/esp32.esp32.esp32/RNode_Firmware_CE.ino.bin build/rnode_firmware_esp32_generic.bin
cp build/esp32.esp32.esp32/RNode_Firmware_CE.ino.bootloader.bin build/rnode_firmware_esp32_generic.bootloader
cp build/esp32.esp32.esp32/RNode_Firmware_CE.ino.partitions.bin build/rnode_firmware_esp32_generic.partitions
zip --junk-paths ./Release/rnode_firmware_esp32_generic.zip ./Release/esptool/esptool.py ./Release/console_image.bin build/rnode_firmware_esp32_generic.boot_app0 build/rnode_firmware_esp32_generic.bin build/rnode_firmware_esp32_generic.bootloader build/rnode_firmware_esp32_generic.partitions
rm -r build
Td2a8ffrelease-rak4631Tff7b72:
arduino-cli compile --fqbn rakwireless:nrf52:WisCoreRAK4631Board Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x51\" \"-DBOARD_VARIANT=0x12\""
cp build/rakwireless.nrf52.WisCoreRAK4631Board/RNode_Firmware_CE.ino.hex build/rnode_firmware_rak4631.hex
adafruit-nrfutil dfu genpkg --dev-type 0x0052 --application build/rnode_firmware_rak4631.hex Release/rnode_firmware_rak4631.zip
rm -r build
Td2a8ffrelease-rak4631_sx1280Tff7b72:
arduino-cli compile --fqbn rakwireless:nrf52:WisCoreRAK4631Board Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x51\" \"-DBOARD_VARIANT=0x14\""
cp build/rakwireless.nrf52.WisCoreRAK4631Board/RNode_Firmware_CE.ino.hex build/rnode_firmware_rak4631_sx1280.hex
adafruit-nrfutil dfu genpkg --dev-type 0x0052 --application build/rnode_firmware_rak4631_sx1280.hex Release/rnode_firmware_rak4631_sx1280.zip
rm -r build
Td2a8ffrelease-opencom-xlTff7b72:
arduino-cli compile --fqbn rakwireless:nrf52:WisCoreRAK4631Board Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x52\" \"-DBOARD_VARIANT=0x21\""
cp build/rakwireless.nrf52.WisCoreRAK4631Board/RNode_Firmware_CE.ino.hex build/rnode_firmware_opencom_xl.hex
adafruit-nrfutil dfu genpkg --dev-type 0x0052 --application build/rnode_firmware_opencom_xl.hex Release/rnode_firmware_opencom_xl.zip
rm -r build
Td2a8ffrelease-heltec_t114Tff7b72:
arduino-cli compile --fqbn Heltec_nRF52:Heltec_nRF52:HT-n5262 Tff7b72$(COMMON_BUILD_FLAGSTff7b72) --build-property Ta5d6ff"compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x3C\""
cp build/Heltec_nRF52.Heltec_nRF52.HT-n5262/RNode_Firmware_CE.ino.hex build/rnode_firmware_heltec_t114.hex
adafruit-nrfutil dfu genpkg --dev-type 0x0052 --application build/rnode_firmware_heltec_t114.hex Release/rnode_firmware_heltec_t114.zip
rm -r build
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────